@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital@1&display=swap');

* {
    padding: 0%;
    margin: 0%;
    outline: none;
    border: none;
    box-sizing: border-box;
}

body {
    background: #121214;
}

.container {
    /* height: 100vh; */
    color: rgba(255, 255, 255, 0.74);
    font-family: 'Open Sans', sans-serif;
    width: auto;
}

nav {
    padding: 1rem 2.5rem;
    /* background-color: rgba(81, 72, 160, 0.336); */
    display: flex;
    /* flex-direction: row; */
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    width: 100%;
}

.nav_logo img {
    height: auto;
    width: 75px;
    border-radius: 12%;
}

.nav_links ul {
    display: flex;
    /* flex-direction: row; */
    align-items: center;
    justify-content: center;
    padding: 1.3rem 1rem;
    margin: 5px 10px 5px 10px;
}

.nav_links li {
    list-style-type: none;
    margin: 2px 15px;
}

.nav_links li a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.74);
    font-size: 1.1rem;
    position: relative;
    letter-spacing: 0.5px;
    padding: 0 10px;
}

.nav_links li a::after {
    content: " ";
    position: absolute;
    background-color: #ff3c78;
    height: 3px;
    width: 0;
    left: 0;
    bottom: -10px;
    transition: 0.35s;
}

.nav_links li a:hover {
    color: #ffffff;
}

.nav_links li a:hover::after {
    width: 100%;
}

button {
    padding: 1rem;
    font-size: 0.8rem;
    color: #000000c5;
    background-color: #ff3c78;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
}

button:hover {
    background-color: #ff2b6b;
}

.container_1 {
    /* max-width: 1200px; */
    margin: auto;
    padding: 3rem 3rem;
    position: relative;
    padding-top: 2rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 2rem;
    display: flex;
    justify-content: center;
}

.blur {
    position: absolute;
    box-shadow: 0 0 1000px 50px #f0487a88;
    z-index: -100;
}

.container_1 .btn{
    margin: 1rem;
}

header .content h4 {
    margin: 1.5rem;
    color: #ffffff;
    font-weight: bold;
    font-size: 1rem;
}

header .content h1 {
    color: rgba(255, 255, 255, 0.74);
    margin: 1rem;
    font-size: 3rem;
    font-weight: bold;
    line-height: 4rem;
}

header .content h1 span {
    -webkit-text-fill-color: #ff2b6b;
    -webkit-text-stroke: 0.1px rgba(238, 205, 212, 0.863);
}

header .content p {
    margin: 1rem;
    /* color: rgba(255, 255, 255, 0.74); */
}

header .image {
    position: relative;
    height: 90%;
    width: 90%;
}

header .image::before {
    font-family: sans-serif;
    content: "__";
    position: absolute;
    /* top: 20%;
    left: 60%; */
    transform: translateX(-55%);
    font-size: 55rem;
    font-weight: 400;
    line-height: 12rem;
    /* color: #ff3c78; */
    opacity: 0%;
    z-index: -100;
}

header .image img {
    display: flex;
    align-items: center;
    /* max-width: 600px; */
    /* margin: auto; */
    height: auto;
    /* width: 40vw; */
    padding: 2rem;
    opacity: 50%;
}

header .image img::before {
    content: "";
    position: absolute;
    opacity: 70%;
}

button a {
    color: white;
    text-decoration: none;
}

.container_2 {
    /* max-width: 1400px; */
    margin: auto;
    padding: 3rem;
}

.container_2 .header {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    padding: 1.5rem;
}

.container_2 .con2_Content {
    display: flex;
    /* flex-direction: row; */
    align-items: center;
    justify-content: center;
    padding: 25px;
}

.con2_Content img {
    max-width: 600px;
    height: 100%;
    /* position: relative; */
    display: flex;
    padding: 25px;
}


.con2_Content .languages {
    display: flex;
    flex-direction: column;
    padding: 25px;
}

.container_2 .con2_Content .information {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 1.5rem;
    gap: 1.2rem;
}

@property --p {
    syntax: '<number>';
    inherits: true;
    initial-value: 1;
}

.pie {
    --p: 20;
    /* the percentage */
    --b: 15px;
    /* the thickness */
    --c: rgba(192, 20, 20, 0.829);
    /* the color */
    --w: 150px;
    /* the size*/

    width: var(--w);
    aspect-ratio: 1/1;
    position: relative;
    display: inline-grid;
    margin: 5px;
    place-content: center;
    font-size: 25px;
    font-weight: bold;
    font-family: sans-serif;
}

.pie:before,
.pie:after {
    content: "";
    position: absolute;
    border-radius: 50%;
}

.pie:before {
    inset: 0;
    background:
        radial-gradient(farthest-side, var(--c) 98%, #79797900) top/var(--b) var(--b) no-repeat,
        conic-gradient(var(--c) calc(var(--p)*1%), #ffffff00 0);
    -webkit-mask: radial-gradient(farthest-side, #b8b8b800 calc(99% - var(--b)), #777777 calc(100% - var(--b)));
    mask: radial-gradient(farthest-side, #9b9b9b00 calc(99% - var(--b)), #797979 calc(100% - var(--b)));
}

.pie:after {
    inset: calc(50% - var(--b)/2);
    background: var(--c);
    transform: rotate(calc(var(--p)*3.6deg - 90deg)) translate(calc(var(--w)/2 - 50%));
}

.animate {
    animation: p 2s .5s both;
}

.no-round::before {
    background-size: 0 0, auto;
}

.no-round::after {
    content: none;
}

@keyframes p {
    from {
        --p: 0;
    }
}

.services {
    /* flex-direction: column; */
    /* height: 90%; */
    max-width: 1400px;
    margin: auto;
    padding: 2rem 1.5rem;
}

.services h2 {
    text-align: center;
    padding: 1rem 1rem;
    font-size: 40px;
}

.services .outerBox {
    display: flex;
    justify-content: center;
    /* align-items: center; */
}

.innerBox h3 {
    text-align: center;
    padding: 2rem;
}

.services .innerBox {
    display: flex;
    flex-direction: column;
    border: 3px;
    border-radius: 16px;
    box-shadow: 16px 14px 20px #0000008c;
    height: auto;
    /* max-width: 25vw; */
    padding: 3rem;
    margin: 1rem;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
}

.innerBox::before {
    content: "";
    background-image: conic-gradient(#ff3c78 20deg,
            transparent 120deg);
    width: 190%;
    height: 190%;
    position: absolute;
    z-index: -2;
    animation: rotate 2s linear infinite;
}

.innerBox::after {
    content: "";
    width: 99%;
    height: 99%;
    background: #121214;
    position: absolute;
    z-index: -1;
    border-radius: 15px;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.innerBox p {
    padding: 1rem 1.5rem;
    margin: 15px;
    text-align: justify;
}

.innerBox a {
    text-decoration: none;
    color: #ffffff;
}

.socialLinks {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 1rem;
    margin: auto;
}

.links {
    margin: 15px;
    height: fit-content;
    cursor: pointer;
}

.links a {
    color: inherit;
}
@media (min-width:0px) and (max-width:299px) {
    .container {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    nav {
        padding: 1rem;
        gap: 0;
    }

    .nav_links ul {
        display: block;
        padding: 1rem;
        margin: 0px;
    }

    .nav_links ul li{
        margin: 0%;
    }

    .nav_links ul li a{
        padding: 0px;
    }

    .container_1 {
        width: 100vw;
        padding: 1rem;
    }

    .nav_logo img{
        height: auto;
        width: 55px;
    }

    button {
        padding: 1rem;
    }
    header {
        display: flex;
        flex-direction: column;
    }

    header .content h4{
        display: none;
    }

    header .content h1{
        line-height: 3rem;
        font-size: 2rem;
        margin: 1.5rem;
    }

    header .content button{
        margin: 1.5rem 0;
    }

    header .content p {
        text-align: justify;
    }

    header .image img {
        max-width: 80vw;
        display: none;
    }

    header .image::before {
        display: none;
    }

    .container_2{
        max-width: 100vw;
        margin: 0%;
        padding: 1.5rem;
    }
    .container_2 .con2_Content {
        flex-direction: column;
    }

    .con2_Content img {
        max-width: 80vw;
    }

    .con2_Content .languages {
        padding: 1rem;
    }

    .con2_Content .languages .information {
        display: block;
        margin : 0.5rem
    }


    .information .content {
        padding: 1rem;
        /* align-content: center; */
        text-align: center;
        font-size: 1.3rem;
    }

    .pie {
        --p: 20;
        /* the percentage */
        --b: 10px;
        /* the thickness */
        --c: rgba(192, 20, 20, 0.829);
        /* the color */
        --w: 5rem;
        /* the size*/
    
        width: var(--w);
        aspect-ratio: 1/1;
        position: relative;
        display: inline-grid;
        /* margin: 5px; */
        place-content: center;
        font-size: 0.8rem;
        font-weight: bold;
        font-family: sans-serif;
    }
    
    .pie:before,
    .pie:after {
        content: "";
        position: absolute;
        border-radius: 50%;
    }
    
    .pie:before { 
        inset: 0;
        background:
            radial-gradient(farthest-side, var(--c) 98%, #79797900) top/var(--b) var(--b) no-repeat,
            conic-gradient(var(--c) calc(var(--p)*1%), #ffffff00 0);
        -webkit-mask: radial-gradient(farthest-side, #b8b8b800 calc(99% - var(--b)), #777777 calc(100% - var(--b)));
        mask: radial-gradient(farthest-side, #9b9b9b00 calc(99% - var(--b)), #797979 calc(100% - var(--b)));
    }
    
    .pie:after {
        inset: calc(50% - var(--b)/2);
        background: var(--c);
        transform: rotate(calc(var(--p)*3.6deg - 90deg)) translate(calc(var(--w)/2 - 50%));
    }
    
    .animate {
        animation: p 2s .5s both;
    }
    
    .no-round::before {
        background-size: 0 0, auto;
    }
    
    .no-round::after {
        content: none;
    }
    
    @keyframes p {
        from {
            --p: 0;
        }
    }

    .services .innerBox {
        height: auto;
        padding: 1rem;
    }

    .services .outerBox {
        flex-direction: column;
        height: fit-content;
    }
}

@media(min-width:300px) and (max-width : 400px) {
    .container {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    nav {
        padding: 1rem;
        gap: 0;
    }
    .nav_links {
        display: none;
    }

    .nav_links ul {
        display: block;
        padding: 1rem;
        margin: 5vw;
    }

    .nav_links ul li{
        margin: 0%;
    }

    .nav_links ul li a{
        padding: 0px;
    }

    button {
        padding: 1rem;
    }

    .container_1 {
        width: 100vw;
        padding: 1rem;
    }

    header {
        display: flex;
        flex-direction: column;
    }

    header .content h4{
        display: none;
    }

    header .content h1{
        line-height: 3rem;
        font-size: 2rem;
        margin: 1.5rem;
    }

    header .content button{
        margin: 1.5rem 0;
    }

    header .content p {
        text-align: justify;
    }

    header .image img {
        max-width: 80vw;
        display: none;
    }

    header .image::before {
        display: none;
    }

    .container_2{
        max-width: 100vw;
        margin: 0%;
        padding: 1.5rem;
    }
    .container_2 .con2_Content {
        flex-direction: column;
    }

    .con2_Content img {
        max-width: 80vw;
    }

    .con2_Content .languages {
        padding: 1rem;
    }

    .con2_Content .languages .information {
        display: block;
        margin : 0.5rem
    }


    .information .content {
        padding: 1rem;
        /* align-content: center; */
        text-align: center;
        font-size: 1.3rem;
    }

    .pie {
        --p: 20;
        /* the percentage */
        --b: 10px;
        /* the thickness */
        --c: rgba(192, 20, 20, 0.829);
        /* the color */
        --w: 5rem;
        /* the size*/
    
        width: var(--w);
        aspect-ratio: 1/1;
        position: relative;
        display: inline-grid;
        /* margin: 5px; */
        place-content: center;
        font-size: 0.8rem;
        font-weight: bold;
        font-family: sans-serif;
    }
    
    .pie:before,
    .pie:after {
        content: "";
        position: absolute;
        border-radius: 50%;
    }
    
    .pie:before { 
        inset: 0;
        background:
            radial-gradient(farthest-side, var(--c) 98%, #79797900) top/var(--b) var(--b) no-repeat,
            conic-gradient(var(--c) calc(var(--p)*1%), #ffffff00 0);
        -webkit-mask: radial-gradient(farthest-side, #b8b8b800 calc(99% - var(--b)), #777777 calc(100% - var(--b)));
        mask: radial-gradient(farthest-side, #9b9b9b00 calc(99% - var(--b)), #797979 calc(100% - var(--b)));
    }
    
    .pie:after {
        inset: calc(50% - var(--b)/2);
        background: var(--c);
        transform: rotate(calc(var(--p)*3.6deg - 90deg)) translate(calc(var(--w)/2 - 50%));
    }
    
    .animate {
        animation: p 2s .5s both;
    }
    
    .no-round::before {
        background-size: 0 0, auto;
    }
    
    .no-round::after {
        content: none;
    }
    
    @keyframes p {
        from {
            --p: 0;
        }
    }

    .services .innerBox {
        height: auto;
        padding: 1rem;
    }

    .services .outerBox {
        flex-direction: column;
        height: fit-content;
    }

}

@media (min-width:401px) and (max-width : 600px) {
    .container {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    nav {
        padding: 1rem;
        gap: 0;
    }
    .nav_links {
        display: none;
    }

    .nav_links ul {
        display: block;
    }

    .container_1 {
        /* width: 100vw; */
        padding: 1.5rem;
    }

    header {
        display: flex;
        flex-direction: column;
    }

    header .content h4{
        display: none;
    }

    header .content h1{
        line-height: 3rem;
        font-size: 2rem;
        margin: 1.5rem;
    }

    header .content button{
        margin: 1.5rem 0;
    }

    header .content p {
        text-align: justify;
    }

    header .image img {
        max-width: 80vw;
        display: none;
    }

    header .image::before {
        display: none;
    }

    .container_2{
        max-width: 100vw;
        margin: 0%;
        padding: 1.5rem;
    }
    .container_2 .con2_Content {
        flex-direction: column;
    }

    .con2_Content img {
        max-width: 80vw;
    }

    .con2_Content .languages {
        padding: 1rem;
    }
    .con2_Content .languages .information {
        display: flex;
        gap: 0%;
    }

    .information .content {
        /* padding: 1rem; */
        /* align-content: center; */
        text-align: center;
        font-size: 1rem;
    }

    .pie {
        --p: 20;
        /* the percentage */
        --b: 7px;
        /* the thickness */
        --c: rgba(192, 20, 20, 0.829);
        /* the color */
        --w: 4rem;
        /* the size*/
    
        width: var(--w);
        aspect-ratio: 1/1;
        position: relative;
        display: inline-grid;
        /* margin: 5px; */
        place-content: center;
        font-size: 0.8rem;
        font-weight: bold;
        font-family: sans-serif;
    }
    
    .pie:before,
    .pie:after {
        content: "";
        position: absolute;
        border-radius: 50%;
    }
    
    .pie:before { 
        inset: 0;
        background:
            radial-gradient(farthest-side, var(--c) 98%, #79797900) top/var(--b) var(--b) no-repeat,
            conic-gradient(var(--c) calc(var(--p)*1%), #ffffff00 0);
        -webkit-mask: radial-gradient(farthest-side, #b8b8b800 calc(99% - var(--b)), #777777 calc(100% - var(--b)));
        mask: radial-gradient(farthest-side, #9b9b9b00 calc(99% - var(--b)), #797979 calc(100% - var(--b)));
    }
    
    .pie:after {
        inset: calc(50% - var(--b)/2);
        background: var(--c);
        transform: rotate(calc(var(--p)*3.6deg - 90deg)) translate(calc(var(--w)/2 - 50%));
    }
    
    .animate {
        animation: p 2s .5s both;
    }
    
    .no-round::before {
        background-size: 0 0, auto;
    }
    
    .no-round::after {
        content: none;
    }
    
    @keyframes p {
        from {
            --p: 0;
        }
    }

    .services .innerBox {
        height: auto;
        padding: 1.5rem;
    }

    .services .outerBox {
        flex-direction: column;
    }

}

@media (min-width:601px) and (max-width:800px) {

    .container {
        width: auto;
    }

    nav {
        gap:0;
        justify-content: center;
    }

    .container_1{
        display: flex;
        flex-direction: column;
    }

    header .image{
        /* margin-left: 0; */
        height: 75vh;
    }

    header .image img{
        margin: 0;
    }
    .con2_Content {
        flex-direction: column;
    }

    .con2_Content .languages{
        padding: 1rem;
    }


    .container_2 .con2_Content .information{
        /* display: flex; */
        gap: 0%;
        /* justify-content: space-between; */
        /* align-items: center; */
    }

    .image{
        display: flex;
        justify-content: center;
    }

    .con2_Content img {
        max-width: 90%;
    }

    .information .content{
        text-align: center;
        /* font-size: 1.2rem; */
    }

    .services .outerBox{
        /* align-items: normal; */
        display: initial;
    }
    .services .innerBox {
        height: 80vh;
        padding: 1.8rem;
    }

    .pie {
        --p: 20;
        /* the percentage */
        --b: 10px;
        /* the thickness */
        --c: rgba(192, 20, 20, 0.829);
        /* the color */
        --w: 7rem;
        /* the size*/
    }
    
}